home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / blackfin / mach-common / Makefile
Encoding:
Makefile  |  2008-12-24  |  297 b   |  13 lines

  1. #
  2. # arch/blackfin/mach-common/Makefile
  3. #
  4.  
  5. obj-y := \
  6.     cache.o entry.o head.o \
  7.     interrupt.o irqpanic.o arch_checks.o ints-priority.o
  8.  
  9. obj-$(CONFIG_BFIN_ICACHE_LOCK) += lock.o
  10. obj-$(CONFIG_PM)          += pm.o dpmc_modes.o
  11. obj-$(CONFIG_CPU_FREQ)    += cpufreq.o
  12. obj-$(CONFIG_CPU_VOLTAGE) += dpmc.o
  13.